home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 86 / PC_Format_September1998_Issue86.iso / Tech / DIRECTOR / data.z / Field Lingo.dir / Scripts_22_Set Field To Banana.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  73 b   |  5 lines

  1. on mouseDown
  2.   doButton()
  3.   set the text of field "Test" to "Banana"
  4. end
  5.